價格:免費
更新日期:2018-05-07
檔案大小:7.5M
目前版本:1.0
版本需求:Android 4.1 以上版本
官方網站:http://www.printthoughttrace.blogspot.in
Email:priyankar.kumar98@gmail.com
聯絡地址:A2 45, MIT QTRS, Manipal University Campus, Udupi Dist, Karnataka India 576104
Usage Details: https://github.com/priyankark/PhonePi_SampleServer
(Please download the server from the above link and follow instructions in the README or follow instructions as outlined below)
PhonePi+ allows you to stream real-time data from sensors on your phone: Accelerometer, Gyroscope, Magnetometer, Orientation, Step Counter, Thermometer, Light Sensor, Proximity Sensor and Geolocation (Subject to availability on your device) to a WebSockets supporting server on your RaspberryPi which is made available for free with the app.
You can choose to build your own server to get the data or clone and use the server at https://github.com/priyankark/PhonePi_SampleServer
Assuming you are using the sample server:
Ensure that your RaspberryPi and phone are on the same network. Note the IP address of your RaspberryPi. Run the server on your Raspi (Steps are in the repository's README.md)
The ip address in the app needs to be entered in the format:
ip_address_of_Raspi/PC
Enter update time for the required sensors that is the duration after which the data must be re-read and hit the switch. To disable, simply turn the switch off.
Multiple sensor data can be read at once (subject to the availability of the sensors on your device). This project makes use of WebSockets for the transfer of data. The server writes the data into a txt file but one can modify the server code to do whatever python allows them to :)